ComponentOne ASP.NET MVC Controls
BindingName Method (TreeMapBuilder<T>)

C1.Web.Mvc.Fluent Namespace > TreeMapBuilder<T> Class : BindingName Method
The value.
Configurates C1.Web.Mvc.TreeMap<T>.BindingName. Sets the name of the property containing name of the data item. It is used to show name of the node.
Syntax
'Declaration
 
Public Function BindingName( _
   ByVal ParamArray value() As String _
) As TreeMapBuilder(Of T)
public TreeMapBuilder<T> BindingName( 
   params string[] value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

TreeMapBuilder<T> Class
TreeMapBuilder<T> Members